Skip to main content
PATCH
/
workflow
/
{id}
/
stop
[Deprecated] Stop the latest workflow run
curl --request PATCH \
  --url http://localhost:3001/workflow/{id}/stop
{
  "workflowId": "<string>",
  "runId": "<string>"
}

Path Parameters

id
string
required

Response

The workflow run was stopped

workflowId
string
runId
string